libxc: do not "panic" if a kernel is not a bzImage.
authorIan Campbell <ian.campbell@citrix.com>
Fri, 8 Jun 2012 15:05:38 +0000 (16:05 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Fri, 8 Jun 2012 15:05:38 +0000 (16:05 +0100)
commit1dedb82654ef936f189813e5002af825d81e9b1c
tree8c21077de829682c3156506282976b438e4bbdac
parent003668e25968a957b193e5cec1946ad1a1122fb1
libxc: do not "panic" if a kernel is not a bzImage.

Up until the point where we think this is a bzImage there is no point in
printing panicy messages -- some other loader will have a go (probably the
compressed ELF one)

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxc/xc_dom_bzimageloader.c